Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add risc0 feature to celestia adapter #1021

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

vlopes11
Copy link
Contributor

The tests are currently breaking as they require an optional risc0-zkvm dependency, assuming it is always available. A new feature is required to shield such case.

This commit also introduces a check on cargo hack to inspect all targets. This will prevent the same problem from happening in the future. Finally, it removes the unused default argument from cargo hack, as it conflicts with all-targets.

The tests are currently breaking as they require an optional
`risc0-zkvm` dependency, assuming it is always available. A new feature
is required to shield such case.

This commit also introduces a check on `cargo hack` to inspect all
targets. This will prevent the same problem from happening in the
future. Finally, it removes the unused `default` argument from `cargo
hack`, as it conflicts with `all-targets`.
Copy link
Member

@cemozerr cemozerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@bkolad bkolad added this pull request to the merge queue Oct 12, 2023
Merged via the queue into nightly with commit 7a82881 Oct 12, 2023
13 checks passed
@bkolad bkolad deleted the vlopes11/fix/celestia-adapter branch October 12, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants